code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
appendOrError
code_checker
compile_db
Append the compiler flags if a match is found in the DB or error out.
Nullable
!(
SearchResult
)
appendOrError
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
)
@
safe
Nullable
!(
SearchResult
)
appendOrError
@
safe
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
)
Nullable
!(
SearchResult
)
appendOrError
(
CompileCommandDB
compile_db
,
const
string
[]
cflags
,
const
string
input_file
,
const
CompileCommandFilter
flag_filter
)
Meta
Source
See Implementation
code_checker
compile_db
modules
user_filerange
functions
appendOrError
defaultCompilerFlagFilter
find
fromArgCompileDb
orDefaultDb
parseFlag
structs
AbsoluteCompileDbDirectory
CompileCommand
CompileCommandDB
CompileDbFile
FilterClangFlag
ParseFlags
Append the compiler flags if a match is found in the DB or error out.